The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "text::simpletable"

Text::SimpleTable - Simple Eyecandy ASCII Tables River stage two • 28 direct dependents • 83 total dependents

Simple eyecandy ASCII tables....

MRAMBERG/Text-SimpleTable-2.07 - 23 Jul 2018 19:38:22 UTC - Search in distribution

Text::SimpleTable::AutoWidth - Text::SimpleTable::AutoWidth - Simple eyecandy ASCII tables with auto-width selection River stage two • 5 direct dependents • 12 total dependents

Simple eyecandy ASCII tables with auto-selection columns width, as seen in Catalyst....

CUB/Text-SimpleTable-AutoWidth-0.09 - 29 Jan 2015 02:49:30 UTC - Search in distribution

RSH::Logging::TextTable - Extension of Text::SimpleTable to handle chunking. River stage zero No dependents

When sending the timing table to Log4Perl, if the table is too large, Log4Perl will generate an OOM error. Chunking solves this....

MLUKER/RSH-Logging-0.4.3 - 13 Mar 2013 00:41:52 UTC - Search in distribution

CTK - CTK ToolKit library (CTKlib) River stage one • 1 direct dependent • 1 total dependent

CTKlib - is library that provides "extended-features" (utilities) for your robots written on Perl. Most of the functions and methods this module written very simple language and easy to understand. To work with CTKlib, you just need to start using it...

ABALAMA/CTKlib-2.09 - 10 Sep 2022 10:53:50 UTC - Search in distribution

Data::Edit::Xml - Edit data held in the XML format. River stage one • 5 direct dependents • 6 total dependents

Edit data held in the XML format. Version 20201031. The following sections describe the methods in each functional area of this module. For an alphabetic listing of all methods by name see Index....

PRBRENAN/Data-Edit-Xml-20201031 - 31 Oct 2020 23:42:40 UTC - Search in distribution

Data::TreeDraw - Graphical representation of nested data structures. River stage zero No dependents

While this module was written for me to visualise the internal structure of Perl5 Objects I was developing it should serve for any data-structure where you need to quickly analyse, understand and check the internal structure and values *and* more imp...

DSTH/Data-TreeDraw-0.0.5 - 23 Jan 2010 21:27:25 UTC - Search in distribution

BlankOnDev::Tutorial::id - Panduan penggunan untuk module BlankOnDev. River stage zero No dependents

Untuk tutorial dalam bentuk PDF dapat di download di : <https://yusrideb.github.io/BlankOnDev/docs/Tutorial-BlankOnDev-01005.pd f>...

YUSRIDEB/BlankOnDev-0.1005 - 16 Jun 2017 18:30:40 UTC - Search in distribution

Statistics::Data - Load, access, update one or more data lists for statistical analysis River stage two • 10 direct dependents • 16 total dependents

Handles data for some other statistics modules, as in loading, updating and retrieving data for analysis. Performs no actual statistical analysis itself. Rationale is not wanting to write the same or similar load, add, etc. methods for every statisti...

RGARTON/Statistics-Data-0.11 - 29 Jan 2017 03:00:26 UTC - Search in distribution

Text::ANSITable - Create nice formatted tables using extended ASCII and ANSI colors River stage two • 16 direct dependents • 57 total dependents

This module is yet another text table formatter module like Text::ASCIITable or Text::SimpleTable, with the following differences: * Colors and color themes ANSI color codes will be used by default (even 256 and 24bit colors), but will degrade to low...

PERLANCAR/Text-ANSITable-0.609 - 13 Jul 2023 23:13:58 UTC - Search in distribution

Statistics::PCA - A simple Perl implementation of Principal Component Analysis. River stage zero No dependents

Principal component analysis (PCA) transforms higher-dimensional data consisting of a number of possibly correlated variables into a smaller number of uncorrelated variables termed principal components (PCs). The higher the ranking of the PCs the gre...

DSTH/Statistics-PCA-0.0.1 - 07 Dec 2009 15:16:56 UTC - Search in distribution

Text::ASCIITable - Create a nice formatted table using ASCII characters. River stage two • 27 direct dependents • 34 total dependents

LUNATIC/Text-ASCIITable-0.22 - 29 Dec 2016 14:52:23 UTC - Search in distribution

Statistics::Sequences - Common methods/interface for sub-module sequential tests (of Runs, Joins, Pot, etc.) River stage one • 5 direct dependents • 5 total dependents

This module provides methods for loading, updating and accessing data as ordered list of scalar values (numbers, strings) for statistical tests of their sequential properties via sub-modules including Statistics::Sequences::Joins, Statistics::Sequenc...

RGARTON/Statistics-Sequences-0.15 - 10 Apr 2017 00:36:58 UTC - Search in distribution

Text::Table::Manifold - Render tables in manifold formats River stage one • 3 direct dependents • 6 total dependents

Outputs tables in any one of several supported types. Features: o Generic interface to all supported table formats o Separately specify header/data/footer rows o Separately include/exclude header/data/footer rows o Align cell values Each column has i...

RSAVAGE/Text-Table-Manifold-1.03 - 07 Feb 2021 06:47:53 UTC - Search in distribution

HTML::FormFu::Element - Element Base Class River stage two • 13 direct dependents • 25 total dependents

Elements are the basic building block of all forms. Elements may be logical form-fields, blocks such as "div"s and "fieldset"s, non-blocks such as "hr"s and other special elements such as tables. For simple, automatic handling of fieldsets see the "a...

CFRANKS/HTML-FormFu-2.07 - 14 Dec 2018 16:07:11 UTC - Search in distribution

Algorithm::BaumWelch - Baum-Welch Algorithm for Hidden Markov Chain parameter estimation. River stage zero No dependents

The Baum-Welch algorithm is used to compute the parameters (transition and emission probabilities) of an Hidden Markov Model (HMM). The algorithm calculates the forward and backwards probabilities for each HMM state in a series and then re-estimates ...

DSTH/Algorithm-BaumWelch-v0.0.2 - 04 Feb 2010 15:34:38 UTC - Search in distribution

Module::Overview - print/graph module(s) information River stage zero No dependents

.------------------+---------------------------------------------------- ----------. | class | Module::Overview | +------------------+---------------------------------------------------- ----------+ | parents | Class::Accessor::Fast | | classes | Cla...

JKUTEJ/Module-Overview-0.02 - 28 Sep 2018 20:16:39 UTC - Search in distribution

Statistics::MVA::BayesianDiscrimination - Two-Sample Linear Discrimination Analysis with Posterior Probability Calculation. River stage zero No dependents

Discriminant analysis is a procedure for classifying a set of observations each with k variables into predefined classes such as to allow the determination of the class of new observations based upon the values of the k variables for these new observ...

DSTH/Statistics-MVA-BayesianDiscrimination-0.0.2 - 04 Feb 2010 14:47:43 UTC - Search in distribution

Statistics::Distributions::GTest - Perl implementation of the Log-Likelihood Ratio Test (G-test) of Independence. River stage zero No dependents

The G-test of independence is an alternative to the chi-square test of independence for testing for independence in contingency tables. G-tests are coming into increasing use and as with the chi-square test for independence the G-test for independenc...

DSTH/Statistics-Distributions-GTest-0.1.5 - 02 Dec 2009 15:41:23 UTC - Search in distribution

Text::SpanningTable - ASCII tables with support for column spanning. River stage one • 1 direct dependent • 4 total dependents

"Text::SpanningTable" provides a mechanism for creating simple ASCII tables, with support for column spanning. It is meant to be used with monospace fonts such as common in terminals, and thus is useful for logging purposes. This module is inspired b...

IDOPEREL/Text-SpanningTable-1.000000 - 06 Feb 2017 22:39:53 UTC - Search in distribution

Text::MarkdownTable - Write Markdown syntax tables from data River stage one • 3 direct dependents • 5 total dependents

This module can be used to write data in tabular form, formatted in MultiMarkdown syntax. The resulting format can be used for instance to display CSV data or to include data tables in Markdown files. Newlines and vertical bars in table cells are rep...

VOJ/Text-MarkdownTable-0.3.1 - 08 Jul 2015 10:14:19 UTC - Search in distribution
29 results (0.055 seconds)